home *** CD-ROM | disk | FTP | other *** search
- // ShowName, version 0.01
- //
- // Telix script for displaying BBS name
- //
- // Written by Maurice Crouse, 12 April 1990.
- //
- // Set up a function key in Telix to send the string @SHOWNAME.
- // Any time you need to know the name of the board to which you are
- // connected (Telix does not show this information on its status line),
- // just tap the function key. A window will open up for about a second,
- // displaying the board name.
-
- main ()
- {
- status_wind (_entry_name, 10);
- }
- //END OF SCRIPT